home *** CD-ROM | disk | FTP | other *** search
/ Network CD 1 / Network CD.iso / fredfish / 881-890 / ff884 / postsplit / postsplit.doc < prev    next >
Text File  |  1993-07-16  |  4KB  |  87 lines

  1.  
  2. Document for postsplit - v1.05
  3. Notice - I accept no liability for this program, this program is public domain.
  4.  
  5. Pagestream 2.2 produces monocrome Postscript output or complex colour
  6. Postscript files. The colour Postscript files cannot be handled by most
  7. interpreters so the file has to be split into separate files for sending to
  8. multipass printing devices.
  9. With the program postsplit in its present form, its possible to automaticaly
  10. split the file into its separate pages/colour separations.
  11.  
  12. The switch anl - analyse produces a file with a .anl extension ie:-
  13.  
  14. postsplit filename anl
  15.  
  16. !PS-Adobe-2.0
  17. "test.pgs, Page #1, Process Cyan)
  18. !PS-AdobeFont-1.0: Shelley-AllegroScript 001.001
  19. "test.pgs, Page #1, Process Magenta)
  20. "test.pgs, Page #1, Process Yellow)
  21. "test.pgs, Page #1, Process Black)
  22. "test.pgs, Page #2, Process Cyan)
  23. !PS-AdobeFont-1.0: MachiavelliBld 001.000
  24. "test.pgs, Page #2, Process Magenta)
  25. "test.pgs, Page #2, Process Yellow)
  26. "test.pgs, Page #2, Process Black)
  27. "test.pgs, Page #2, Spot Colour Silver:[35.00
  28.  
  29. So you now know what is in your postscript file, save this information
  30. you will need it later. Notice that the file included font is in the
  31. cyan colour area. This means that if you want the font to print in
  32. black you will have to move it to the black area manualy in this version.
  33. (I'm working on automatically moving it).
  34.  
  35. OK say we want to print page1 yellow!
  36. Use the switch postsplit filename yellow this will start to generate another
  37. file suffixed .yellow and then ask you for a page number. As you see from
  38. the data yellow page1 is the third page, so enter 3.
  39. Your now asked for the maximum page, so as there are 9 enter 9.
  40. The output file in this version has a minor bug. About five lines up
  41. from the bottom of the file the words End Page have two cr's after them
  42. this should not matter.
  43.  
  44. The program will detect adobe included fonts only!
  45. The switch fnt will extract from the begining of the first adobe font to
  46. the end of the file and place the information in a file with the extension
  47. .fnt ie.
  48. postsplit filename.ps.cyan fnt  You still have to insert it in the black file
  49. manualy, it doesn't matter if you erase the font information from the cyan
  50. file or not. Also the larger the file you have the more time the program will
  51. take to process.
  52. Although Pagestream Postscript file print on Postscript printers with no
  53. problems, it can be quite difficult to setup a imagesetter to generate
  54. O/P for a printing press. The switch eps will convert the Postscript file
  55. into an encapsulated file which may be inserted into Quark Express or
  56. Ventura Publisher at a print buro. The Postscript file for converting must be
  57. only one page (can still be full colour plus spots), and must not include
  58. crop or registration marks. These marks are put in by the 'Host Process'.
  59. To test to see if this has worked you may import the EPSF file back into
  60. itself or load it into Prodraw, Propage etc to test it.
  61.  
  62. !PS-Adobe-3.0 EPSF-3.0
  63. "test.pgs, Page #1, Process Cyan)
  64. !PS-AdobeFont-1.0: Shelley-AllegroScript 001.001
  65. "test.pgs, Page #1, Process Magenta)
  66. "test.pgs, Page #1, Process Yellow)
  67. "test.pgs, Page #1, Process Black)
  68.  
  69. The above anl file was generated from an encapsulated colour file with one
  70. font in it, notice the first line states its encapsulated (unlike the first
  71. example) and the font is in the cyan area of page 1. If the page is inserted
  72. into another application, it will display as either a gray box or an empty
  73. box with a cross in it; depending on the application (unless you are using
  74. Postscript display language!).
  75.    
  76. You must ensure if you are using separated colour files, that they are input
  77. at the same size and to the same page co-ordinates, and that the application
  78. generates crop and registration marks. The output must be in Postscript. 
  79.  
  80. If you find this program useful please let me know!
  81.  
  82. I Parker
  83. 7 Hawthorn Way
  84. Macclesfield
  85. Cheshire SK10 2DA
  86. England
  87.